projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcc6f5c
)
(main) [WINDOWSNT]: Call init_xfns.
author
Jason Rumney
<jasonr@gnu.org>
Wed, 20 Mar 2002 21:31:03 +0000
(21:31 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Wed, 20 Mar 2002 21:31:03 +0000
(21:31 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 1667ed1244289c4793a7a04cc11cf5c1e6eb55d9..6f2d3e3f19538f0af563da8078f764e1c627dc0d 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1518,7
+1518,7
@@
main (argc, argv, envp)
init_vmsproc (); /* And this too. */
#endif /* VMS */
init_sys_modes (); /* Init system terminal modes (RAW or CBREAK, etc.). */
-#if
def HAVE_X_WINDOWS
+#if
defined (HAVE_X_WINDOWS) || defined (WINDOWSNT)
init_xfns ();
#endif /* HAVE_X_WINDOWS */
init_fns ();